home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 4os2-32.zip / 4OS2-32.INF (.txt) < prev    next >
OS/2 Help File  |  1992-12-30  |  11KB  |  248 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. About 4OS2/32 Help ΓòÉΓòÉΓòÉ
  3.  
  4. 4OS2/32 Update Documentation (Version 1.1, 12/30/92) 
  5.  
  6. Text by Rex Conn and Tom Rawson. 
  7.  
  8. This online help system for 4OS2/32 covers only those features which are 
  9. different from the 16-bit version of 4OS2.  See 4OS2.INF and the printed 4OS2 
  10. and 4DOS manuals for full details on all 4OS2 features and commands. 
  11.  
  12. 4OS2/32 version 1.1 is currently organized as an update to the 16-bit 4OS2 
  13. version 1.0.  A few weeks after initial release of 4OS2/32, version 1.1 of the 
  14. 16-bit 4OS2 will be released.  At that time the two products will be merged and 
  15. a combined help file will be available. 
  16.  
  17. Copyright 1992, Rex Conn and JP Software Inc., All Rights Reserved. 4OS2 and 
  18. 4OS2/32 are trademarks and 4DOS is a registered trademark of JP Software Inc. 
  19. OS/2 is a registered trademark of IBM Corporation. Other product and company 
  20. names are trademarks of their respective owners. 
  21.  
  22. 12/92-1.1A 
  23.  
  24.  
  25. ΓòÉΓòÉΓòÉ 2. 4OS2/32 features and enhancements ΓòÉΓòÉΓòÉ
  26.  
  27. 4OS2 comes in two versions:  32-bit and 16-bit.  The 16-bit version runs under 
  28. OS/2 1.2, 1.3, or 2.0.  The 32-bit version ("4OS2/32") runs only under OS/2 
  29. 2.0. 
  30.  
  31. The primary change in 4OS2/32 compared to the 16-bit version of 4OS2 is that 
  32. 4OS2/32 has been rewritten to take full advantage of the 32-bit flat memory 
  33. model in IBM's OS/2 2.0.  This provides improved performance, better 
  34. integration with OS/2 2.0, and better handling of some internal functions (e.g. 
  35. Ctrl-C / Ctrl-Break handling). 
  36.  
  37. For information on installing 4OS2/32 if you are currently using the 16-bit 
  38. version, see the 4OS2-32.DOC file which came with your copy of 4OS2/32. 
  39.  
  40. 4OS2/32 supports all of the same features, functions, and commands as the 
  41. 16-bit version of 4OS2.  The standard 4OS2 documentation and online help can be 
  42. used as a reference for virtually all 4OS2/32 capabilities. For details on new 
  43. features in 4OS2/32 see the following sections in this file: 
  44.  
  45.         New internal variables (%= and %+) 
  46.         4DOS.INI changes 
  47.         DEL command (/F switch) 
  48.         DIR command (/T switch) 
  49.         KEYS command changes 
  50.         MEMORY command changes 
  51.         START command (/DOS switch) 
  52.         WINDOW command (new) 
  53.  
  54.  
  55. ΓòÉΓòÉΓòÉ 2.1. New internal variables (%= and %+) ΓòÉΓòÉΓòÉ
  56.  
  57. 4OS2/32 offers two new internal variables designed to aid advanced users in 
  58. creating portable batch files and aliases: 
  59.  
  60.     %+    returns the current command separator.  See the CommandSep directive 
  61.           in 4OS2.INI or the SETDOS /C command for more details. 
  62.     %=    returns the current 4OS2 escape character.  See the EscapeChar 
  63.           directive in 4OS2.INI or the SETDOS /E command for more details. 
  64.  
  65.  In most cases you will not need these variables to set up batch files or 
  66.  aliases, and they can make your commands harder to read.  Therefore, we 
  67.  recommend that you use them only when you are using the same batch file or 
  68.  alias in multiple environments, all of which support this feature, and / or 
  69.  when you cannot be sure of the values of the 4OS2 command separator or escape 
  70.  character. 
  71.  
  72.  
  73. ΓòÉΓòÉΓòÉ 2.2. 4DOS.INI changes ΓòÉΓòÉΓòÉ
  74.  
  75. 4OS2/32 offers one additional directive for 4OS2.INI: 
  76.  
  77.     AmPm= YES | No:  Sets the time display mode.  Yes displays times in 12-hour 
  78.         format (e.g. in DIR and SELECT).  The default of No gives 24-hour time 
  79.         displays. 
  80.  
  81.  In addition, the LogName directive has been changed slightly.  In the 16-bit 
  82.  version of 4OS2 the path specified in LogName must exist when 4OS2 is loaded, 
  83.  or an error message is displayed and the directive is ignored.  In 4OS2/32, 
  84.  the LogName path need not exist when 4OS2 is loaded.  Instead, the path is 
  85.  checked only when logging is started with a LOG ON command.  If the path does 
  86.  not exist at that time, an error message is generated and logging is not 
  87.  turned on.  These comments apply only to the path (drive and directory) used 
  88.  in LogName, not to the log file name itself. 
  89.  
  90.  
  91. ΓòÉΓòÉΓòÉ 2.3. DEL command (/F switch) ΓòÉΓòÉΓòÉ
  92.  
  93. In 4OS2/32 the DEL command includes one new option: 
  94.  
  95.     /F      Delete the specified file(s) without making copies in the DELDIR 
  96.             directory.  Caution:  Using DEL /F will make the deleted files 
  97.             unrecoverable! 
  98.  
  99.  
  100. ΓòÉΓòÉΓòÉ 2.4. DIR command (/T switch) ΓòÉΓòÉΓòÉ
  101.  
  102. In 4OS2/32, the new  DIR /T:acw switch can be used to specify whether to 
  103. display the date and time of last access, file creation, or last write, for 
  104. files on HPFS drives. 
  105.  
  106. The full syntax for /T is now: 
  107.  
  108.     /T          Display the filenames and attributes only, in the format RHSA, 
  109.                 where: 
  110.                   R  Read only 
  111.                   H  Hidden 
  112.                   S  System 
  113.                   A  Archive 
  114.  
  115.     /T:acw      Select the date and time used for file date / time displays and 
  116.                 date / time sorts (using /O:d) on HPFS drives.  This switch is 
  117.                 ignored for FAT drives.  Use any one of the following options: 
  118.                   a  Use date and time of last access 
  119.                   c  Use date and time of creation 
  120.                   w  Use date and time of last write 
  121.  
  122.                 If /T is used without a date / time type (:acw) after it, 4OS2 
  123.                 will display the file attributes (see /T above). 
  124.  
  125.  For example, to display the directory and show the time of last access for 
  126.  each file: 
  127.  
  128.       dir /t:a
  129.  
  130.  To display the directory, show file attributes, and display and sort by the 
  131.  time of creation for each file: 
  132.  
  133.       dir /t /t:a /o:d
  134.  
  135.  
  136. ΓòÉΓòÉΓòÉ 2.5. KEYS command changes ΓòÉΓòÉΓòÉ
  137.  
  138. In the 16-bit version of 4OS2, KEYS OFF simply disables the storage of commands 
  139. in the 4OS2 command history, for compatibility with OS/2's CMD.EXE. 
  140.  
  141. In 4OS2/32, KEYS OFF will disable the storage of commands in the command 
  142. history, disable the recall of commands from the command history (with 
  143. up-arrow, PgUp, etc.), and will force 4OS2 to read and process input one line 
  144. at a time (normally input is read and processed one character at a time). 
  145.  
  146. This change is intended to improve compatibility with applications which 
  147. intercept line input intended for the command processor (such applications are 
  148. very rare).  Some of these applications may not work properly unless you use 
  149. the 4OS2/32 KEYS OFF command to switch to line input mode before starting the 
  150. application. 
  151.  
  152. KEYS ON will reenable the command history and return input to the usual 
  153. character by character method. 
  154.  
  155.  
  156. ΓòÉΓòÉΓòÉ 2.6. MEMORY command changes ΓòÉΓòÉΓòÉ
  157.  
  158. In 4OS2/32, MEMORY displays some additional information beyond that displayed 
  159. by the MEMORY command in the 16-bit version of 4OS2. 
  160.  
  161. The new information includes the size of physical and resident RAM, and the 
  162. size of the OS/2 swap file.  Swap file size is displayed only if the swap file 
  163. is located in the \OS2\SYSTEM directory on the boot drive (this is the default 
  164. location for the swap file). 
  165.  
  166.  
  167. ΓòÉΓòÉΓòÉ 2.7. START command (/DOS switch) ΓòÉΓòÉΓòÉ
  168.  
  169. 4OS2/32 adds a new capability to the START /DOS option to allow you to specify 
  170. settings for any DOS session.  The full syntax for /DOS is now: 
  171.  
  172.     /DOS        Start a foreground DOS session. 
  173.  
  174.     /DOS=filenameStart a foreground DOS session with DOS settings from the 
  175.                 specified file.  Each line in the file should have a name, an 
  176.                 equal sign (=), and a value, for example: 
  177.  
  178.                                         DOS_BREAK=ON
  179.                                         DOS_LASTDRIVE=N
  180.                                         DOS_RMSIZE=640
  181.  
  182.                 START will use the default DOS parameters for any options that 
  183.                 aren't specified in the settings file.  You can add comment 
  184.                 lines to the file by beginning each comment line with a colon 
  185.                 (:). 
  186.  
  187.                 The names and values to use in the /DOS= file are those shown 
  188.                 in OS/2's standard DOS Settings dialog box.  The names and 
  189.                 values used for DOS settings are generally consistent, but are 
  190.                 not documented features of OS/2.  The names can change from 
  191.                 version to version, and may vary depending on what drivers are 
  192.                 loaded in your OS/2 CONFIG.SYS file (for example, if you don't 
  193.                 load a communications driver, the communications settings will 
  194.                 not appear in the dialog box). 
  195.  
  196.                 In addition, values used in the DOS Settings dialog box may 
  197.                 need to be encoded differently in the DOS settings file.  For 
  198.                 example, a setting shown with values of On and Off in the 
  199.                 dialog box may need to be specified with values of 1 and 0 in 
  200.                 the DOS settings file. 
  201.  
  202.                 Because no documentation is available on DOS settings names and 
  203.                 values, you may need to experiment a bit to find values which 
  204.                 work properly on your system.  Also, you should not assume that 
  205.                 DOS settings files are portable between systems unless you know 
  206.                 the systems are running the same device drivers and the same 
  207.                 version of OS/2. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ 2.8. WINDOW command (new) ΓòÉΓòÉΓòÉ
  211.  
  212. SYNTAX     (Internal 4OS2) 
  213.  
  214. WINDOW ["title"] minimize | maximize | restore
  215.  
  216. PURPOSE 
  217.  
  218. Change the title and / or state of the current 4OS2 window. 
  219.  
  220. COMMENTS 
  221.  
  222. WINDOW is a new command in 4OS2/32.  It works only in windowed OS/2 sessions. 
  223.  
  224. The parameters are: 
  225.  
  226.     "title"         Change the window title.  There are two title modes: 
  227.                     setting the title at the command line changes it 
  228.                     permanently; setting it in a batch file changes it only for 
  229.                     the duration of the batch file. 
  230.  
  231.     minimize        Minimize the 4OS2 window. 
  232.  
  233.     maximize        Maximize the 4OS2 window. 
  234.  
  235.     restore         Restore the 4OS2 window to its "normal" size (the size 
  236.                     before it was minimized or maximized). 
  237.  
  238.  EXAMPLES 
  239.  
  240.  This batch file fragment minimizes the current window, performs some 
  241.  operations, then restores the window to its original size (not maximized or 
  242.  minimized): 
  243.  
  244.       window minimize
  245.       dir
  246.       memory
  247.       window restore
  248.